PDF4Java Reference Documentation
com.o2sol.pdf4java.content Package / PDFContentExtractor Class / extractTextRuns Method / extractTextRuns() Method
In This Topic
    extractTextRuns() Method
    In This Topic
    Extracts the text fragments from the PDF page.
    Syntax
    public PDFTextRunCollection extractTextRuns()

    Return Value

    The list of text fragments in the order they appear in the page content stream.
    See Also